home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceHTML 4.0 / AceHTML4Pro.exe / %MAINDIR% / ScriptDef / Screen resolution detection and notification.sd < prev    next >
Encoding:
INI File  |  2000-08-31  |  757 b   |  28 lines

  1. [SUBJECT]
  2. Description=Screen resolution detection and notification Script
  3. ImageIndex=-1
  4. Folder=DHTML Tools
  5.  
  6.  
  7. [BODY_TEXT]
  8. ;<script language="JavaScript1.2">
  9. ;<!--
  10. ;
  11. ;/*
  12. ;Screen resolution detection and notification Script-
  13. ;© Dynamic Drive (www.dynamicdrive.com)
  14. ;For full source code, installation instructions,
  15. ;100's more DHTML scripts, and Terms Of
  16. ;Use, visit dynamicdrive.com
  17. ;*/
  18. ;
  19. ;var correctwidth=800
  20. ;var correctheight=600
  21. ;if (screen.width!=correctwidth||screen.height!=correctheight)
  22. ;document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+". Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!")
  23. ;//-->
  24. ;</script>
  25.  
  26.  
  27.  
  28.